home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 19 / PC Format CD-ROM Collection 19 (1995-11)(Future Publishing)(GB)[issue 50].iso / cheats / cheat087.dat < prev    next >
Text File  |  1994-03-25  |  690b  |  27 lines

  1.                 1. Cheat
  2.                 2. Programming
  3.  
  4. 1. Cheat:
  5. ========
  6. Type [IEHOVAH] on the title screen and you can press [L] to skip levels and
  7. [1] and [2] to go to the halfway points of each level.
  8.  
  9. 2. Programming:
  10. ==============
  11. Use a Hex editor to edit the file INDY.COM and find the following bytes. Change
  12. the byte in square brackets:
  13.  
  14. For infinite lives:
  15.  
  16. Change:                         To:
  17. 08 3E F0 03 00 [74 03]          90 90
  18. [E8 15 4A]                      90 90 90
  19. [E8 1D 4C]                      90 90 90
  20.  
  21. For infinite energy:
  22.  
  23. Change:                         To:
  24. [28] 06 EF 03                   CF
  25. BF 26 04 80 7D 0A FE [72 01]    90 90
  26. *EOF*
  27.